Print (“Hello World”)
count = 0
while (count < 5): print(“Hello”)
count = count + 1
Interested in Python
Print (“Hello World”)
count = 0
while (count < 5): print(“Hello”)
count = count + 1
Interested in Python
print("Welcome, @clotz!")
interest = input("What are you interested in? ")
if (interest == "Python"):
print("Go check out one of our Python libraries at https://github.com/PagerDuty/pagerduty-api-python-client")
building = input("What kinds of things are you building on the PagerDuty platform? ")
if (building):
print("Cool! Tell us about it on the Community forum!")